WSG-100 Merge all Generators into one and use only one script #27
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This subtask merges all generators into one command. Since these are all reading the same file and only changing how the content of the file is output. It makes sense to use only one command and give the user options on whether they want to generate all the artifacts or skip some.
The command is
who_l3_smart_tools/cli/generate.py -i tests/data/l2/test_dd.xlsx -o data/
if you want to skip any of the items you can add a flag like--skip-concepts
or--skip-models
or----skip-questionnaire